home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / 40291730.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-01-27  |  19.6 KB  |  538 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For IBM LaserPrinter 4029
  4. *% For use with Windows NT
  5. *% Produced by Lexmark International, Inc.
  6. *%
  7. *% Copyright (c) 1993-1996 Lexmark International Inc.  All Rights Reserved.
  8. *% Permission is granted for redistribution of this file as
  9. *% long as this copyright notice is intact and the content
  10. *% of the file is not altered in any way from its original form.
  11. *%
  12.  
  13. *FormatVersion: "4.2"
  14. *FileVersion: "3.2"
  15. *LanguageVersion: English
  16. *PCFileName: "40291730.PPD"
  17. *Product: "(IBM LaserPrinter 4029)"
  18. *PSVersion: "(52.3) 1"
  19. *ModelName: "IBM 4029 LaserPrinter PS17"
  20. *ShortNickName: "IBM 4029 LaserPrinter PS17"
  21. *NickName: "IBM 4029 LaserPrinter PS17"
  22.  
  23. *% === Options and Constraints ============
  24.  
  25. *OpenGroup: InstallableOptions/Options Installed
  26.  
  27. *OpenUI *Option1/Lower Tray: Boolean
  28. *DefaultOption1: False
  29. *Option1 True/Installed: ""
  30. *Option1 False/Not Installed: ""
  31. *CloseUI: *Option1
  32.  
  33. *OpenUI *Option2/Envelope Feeder: Boolean
  34. *DefaultOption2: False
  35. *Option2 True/Installed: ""
  36. *Option2 False/Not Installed: ""
  37. *CloseUI: *Option2
  38.  
  39. *OpenUI *Option3/Printer Memory: PickOne
  40. *DefaultOption3: 2Meg
  41. *Option3 2Meg/2 Mb Printer Memory: ""
  42. *Option3 3Meg/3 Mb Printer Memory: ""
  43. *Option3 4Meg/4 Mb Printer Memory: ""
  44. *Option3 5Meg/5+ Mb Printer Memory: ""
  45. *CloseUI: *Option3
  46.  
  47. *CloseGroup: InstallableOptions
  48.  
  49. *UIConstraints: *Option1 False *InputSlot Lower
  50. *UIConstraints: *Option1 False *TraySwitch
  51. *UIConstraints: *Option2 False *InputSlot Envelope
  52.  
  53. *UIConstraints: *Resolution 600dpi *Smoothing On
  54. *UIConstraints: *Smoothing On *Resolution 600dpi
  55.  
  56. *% === Basic Capabilities ============
  57.  
  58. *LanguageLevel: "1"
  59. *Protocols: SIC
  60. *FreeVM: "427000"
  61. *ColorDevice: False
  62. *DefaultColorSpace: Gray
  63. *VariablePaperSize: False
  64. *Throughput: "10"
  65. *Password: "0"
  66. *ExitServer: "
  67.  count 0 eq   % is the password on the stack?
  68.  { true }
  69.  { dup        % potential password
  70.    statusdict /checkpassword get exec not
  71.  } ifelse
  72.  {  %  if no password or not valid
  73.    (WARNING : Cannot perform the exitserver command.) =
  74.    (Password supplied is not valid.) =
  75.    (Please contact the author of this software.) = flush
  76.    quit
  77.  } if
  78.  serverdict /exitserver get exec
  79.  "
  80. *End
  81. *Reset: "
  82.  count 0 eq  % is the password on the stack?
  83.  { true }
  84.  { dup      % potential password
  85.    statusdict /checkpassword get exec not
  86.  } ifelse
  87.  {  %  if no password or not valid
  88.    (WARNING : Cannot reset printer.) =
  89.    (Password supplied is not valid.) =
  90.    (Please contact the author of this software.) = flush
  91.    quit
  92.  } if
  93.  serverdict /exitserver get exec
  94.  systemdict /quit get exec
  95.  (WARNING : Printer Reset Failed.) = flush
  96.  "
  97. *End
  98.  
  99. *% === Resolution ============
  100.  
  101. *OpenUI *Resolution/Resolution:  PickOne
  102. *DefaultResolution: 300dpi
  103. *OrderDependency: 10 AnySetup *Resolution
  104. *Resolution 300dpi/300 dpi: "
  105.  statusdict begin /setresolution where {pop 300 setresolution}if end"
  106. *End
  107. *Resolution 600dpi/600 dpi: "
  108.  statusdict begin /setresolution where {pop 600 setresolution}if end"
  109. *End
  110. *?Resolution: "statusdict begin resolution (     ) cvs print (dpi) = flush end"
  111. *CloseUI: *Resolution
  112.  
  113. *OpenUI *Smoothing/Smoothing: PickOne
  114. *DefaultSmoothing: PrtSet
  115. *OrderDependency: 40 AnySetup *Smoothing
  116. *Smoothing PrtSet/Printer Setting: ""
  117. *Smoothing On/On: "1 statusdict /setdoret get exec"
  118. *Smoothing Off/Off: "0 statusdict /setdoret get exec"
  119. *?Smoothing: "
  120.  save
  121.  [(False)(True)(True)(True)(Unknown)] statusdict /doret get exec
  122.  dup 3 gt{pop 4}if get = flush
  123.  restore
  124.  "
  125. *End
  126. *CloseUI: *Smoothing
  127.  
  128. *% === Halftone Information ===============
  129.  
  130. *ScreenFreq: "60.0"
  131. *ScreenAngle: "45.0"
  132. *DefaultScreenProc: Dot
  133. *ScreenProc Dot: "
  134.  {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  135.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  136.  "
  137. *End
  138. *ScreenProc Line: "{ pop }"
  139. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  140.  
  141. *DefaultTransfer: Null
  142. *Transfer Null: "{ }"
  143. *Transfer Null.Inverse: "{ 1 exch sub }"
  144.  
  145. *% === Paper Handling ===================
  146.  
  147. *% Code in this section selects a tray and sets up a frame buffer.
  148. *OpenUI *PageSize:  PickOne
  149. *OrderDependency: 30 AnySetup *PageSize
  150. *DefaultPageSize: Letter
  151. *PageSize Letter/Letter: "statusdict begin {lettertray}stopped {3 setpapertray letter}if end"
  152. *PageSize Legal/Legal: "statusdict begin {legaltray}stopped {3 setpapertray legal}if end"
  153. *PageSize Executive/Executive: "
  154.  statusdict begin {executivetray}stopped {3 setpapertray executivepage}if end"
  155. *End
  156. *PageSize A4/A4: "statusdict begin {a4tray}stopped {3 setpapertray a4}if end"
  157. *PageSize A5/A5: "statusdict begin {a5tray}stopped {3 setpapertray a5}if end"
  158. *PageSize B5/B5: "statusdict begin {b5tray}stopped {3 setpapertray b5}if end"
  159. *PageSize Monarch/Monarch Envelope: "
  160.  statusdict begin {3.875x7.5envelopetray}stopped
  161.  {4 setpapertray 3.875x7.5envelope}if end
  162.  279 540 translate 180 rotate"
  163. *End
  164. *PageSize C9/C9 Envelope: "
  165.  statusdict begin {3.875x8.875envelopetray}stopped
  166.  {4 setpapertray 3.875x8.875envelope}if end
  167.  279 639 translate 180 rotate"
  168. *End
  169. *PageSize Comm10/C10 Envelope: "
  170.  statusdict begin {4.125x9.5envelopetray}stopped
  171.  {4 setpapertray 4.125x9.5envelope}if end
  172.  297 684 translate 180 rotate"
  173. *End
  174. *PageSize DL/DL Envelope: "
  175.  statusdict begin {110x220envelopetray}stopped
  176.  {4 setpapertray 110x220envelope}if end
  177.  312 624 translate 180 rotate"
  178. *End
  179. *PageSize C5/C5 Envelope: "
  180.  statusdict begin {162x229envelopetray}stopped
  181.  {4 setpapertray 162x229envelope}if end
  182.  459 649 translate 180 rotate"
  183. *End
  184. *PageSize ISOB5/B5 Envelope: "
  185.  statusdict begin {176x250envelopetray}stopped
  186.  {4 setpapertray 176x250envelope}if end
  187.  499 709 translate 180 rotate"
  188. *End
  189. *PageSize Envelope.612.1008/Other Envelope: "
  190.  statusdict begin {otherenvelopetray}stopped
  191.  {4 setpapertray otherenvelope}if end
  192.  612 1008 translate 180 rotate"
  193. *End
  194. *?PageSize: "
  195.  save
  196.  13 dict
  197.    dup /letter (Letter) put
  198.    dup /legal (Legal) put
  199.    dup /executivepage (Executive) put
  200.    dup /a4 (A4) put
  201.    dup /a5 (A5) put
  202.    dup /b5 (B5) put
  203.    dup /3.875x7.5envelope (Monarch) put
  204.    dup /3.875x8.875envelope (C9) put
  205.    dup /4.125x9.5envelope (Comm10) put
  206.    dup /110x220envelope (DL) put
  207.    dup /162x229envelope (C5) put
  208.    dup /176x250envelope (Envelope.499.709) put
  209.    dup /otherenvelope (Envelope.612.1008) put
  210.  statusdict /papersize get exec
  211.  3 1 roll  {get} stopped {(Unknown)}if
  212.  exch  not { print (.Transverse) }if
  213.  = flush
  214.  restore
  215.  "
  216. *End
  217. *CloseUI: *PageSize
  218.  
  219. *% These entries will set up the frame buffer. Usually used with manual feed.
  220. *OpenUI *PageRegion:  PickOne
  221. *OrderDependency: 40 AnySetup *PageRegion
  222. *DefaultPageRegion: Letter
  223. *PageRegion Letter/Letter: "letter"
  224. *PageRegion Legal/Legal: "legal"
  225. *PageRegion Executive/Executive: "executivepage"
  226. *PageRegion A4/A4: "a4"
  227. *PageRegion A5/A5: "a5"
  228. *PageRegion B5/B5: "b5"
  229. *PageRegion Monarch/Monarch Envelope: "3.875x7.5envelope 279 540 translate 180 rotate"
  230. *PageRegion C9/C9 Envelope: "3.875x8.875envelope 279 639 translate 180 rotate"
  231. *PageRegion Comm10/C10 Envelope: "4.125x9.5envelope 297 684 translate 180 rotate"
  232. *PageRegion DL/DL Envelope: "110x220envelope 312 624 translate 180 rotate"
  233. *PageRegion C5/C5 Envelope: "162x229envelope 459 649 translate 180 rotate"
  234. *PageRegion ISOB5/B5 Envelope: "176x250envelope 499 709 translate 180 rotate"
  235. *PageRegion Envelope.612.1008/Other Envelope: "otherenvelope 612 1008 translate 180 rotate"
  236. *CloseUI: *PageRegion
  237.  
  238. *DefaultImageableArea: Letter
  239. *ImageableArea Letter:            "18 17 597 776"
  240. *ImageableArea Legal:             "18 18 597 992"
  241. *ImageableArea Executive:         "18 18 505 740"
  242. *ImageableArea A4:                "10 19 588 827"
  243. *ImageableArea A5:                "18 13 405 580"
  244. *ImageableArea B5:                "18 18 505 711"
  245. *ImageableArea Monarch:           "1 13 260 526"
  246. *ImageableArea C9:                "1 16 260 623"
  247. *ImageableArea Comm10:            "3 16 278 668"
  248. *ImageableArea DL:                "3 16 293 608"
  249. *ImageableArea C5:                "4 16 440 634"
  250. *ImageableArea ISOB5:             "2 15 480 693"
  251. *ImageableArea Envelope.612.1008: "15 16 593 992"
  252. *?ImageableArea: "
  253.  save
  254.  /cvp { (                ) cvs print ( ) print } bind def
  255.  /upperright {10000 mul floor 10000 div} bind def
  256.  /lowerleft {10000 mul ceiling 10000 div} bind def
  257.  newpath clippath pathbbox
  258.  4 -2 roll exch 2 {lowerleft cvp} repeat
  259.  exch 2 {upperright cvp} repeat flush
  260.  restore
  261.  "
  262. *End
  263.  
  264. *% These provide the physical dimensions of the paper (by keyword)
  265. *DefaultPaperDimension: Letter
  266. *PaperDimension Letter:    "612 792"
  267. *PaperDimension Legal:     "612 1008"
  268. *PaperDimension Executive: "522 756"
  269. *PaperDimension A4:        "595 842"
  270. *PaperDimension A5:        "420 595"
  271. *PaperDimension B5:        "516 729"
  272. *PaperDimension Monarch:   "279 540"
  273. *PaperDimension C9:        "279 639"
  274. *PaperDimension Comm10:    "297 684"
  275. *PaperDimension DL:        "312 624"
  276. *PaperDimension C5:        "459 649"
  277. *PaperDimension ISOB5:     "499 709"
  278. *PaperDimension Envelope.612.1008: "612 1008"
  279.  
  280. *RequiresPageRegion All: True
  281. *OpenUI *InputSlot:  PickOne
  282. *OrderDependency: 20 AnySetup *InputSlot
  283. *DefaultInputSlot: Unknown
  284. *InputSlot Upper/Upper Tray: "0 statusdict /setpapertray get exec"
  285. *InputSlot Lower/Lower Tray: "
  286.  statusdict begin optionalfeeder { 1 }{ 0 }ifelse setpapertray end"
  287. *End
  288. *InputSlot Envelope/Envelope Feeder: "
  289.  statusdict begin envelopefeeder { 2 }{ 3 }ifelse setpapertray end"
  290. *End
  291. *InputSlot EnvelopeManual/Manual Envelope: "4 statusdict /setpapertray get exec"
  292. *?InputSlot: "
  293.  save
  294.  [ (Upper) (Lower) (Envelope) (Manual) (ManualEnvelope) ] statusdict /papertray get exec
  295.  {get exec} stopped { pop pop (Unknown) } if = flush
  296.  restore
  297.  "
  298. *End
  299. *CloseUI: *InputSlot
  300.  
  301. *OpenUI *ManualFeed/Manual Paper: Boolean
  302. *OrderDependency: 15 AnySetup *ManualFeed
  303. *DefaultManualFeed: False
  304. *ManualFeed True/On: "3 statusdict /setpapertray get exec"
  305. *ManualFeed False/Off: "statusdict /manualfeed false put"
  306. *?ManualFeed: "
  307.  save
  308.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  309.  restore
  310.  "
  311. *End
  312. *CloseUI: *ManualFeed
  313.  
  314. *OpenUI *TraySwitch/Tray Linking: PickOne
  315. *OrderDependency: 50 AnySetup *TraySwitch
  316. *DefaultTraySwitch: PrtSet
  317. *TraySwitch PrtSet/Printer Setting:  ""
  318. *TraySwitch On/On:  "statusdict /trayswitch true put"
  319. *TraySwitch Off/Off: "statusdict /trayswitch false put"
  320. *?TraySwitch: "
  321.  save
  322.  statusdict /trayswitch get {(True)}{(False)}ifelse = flush
  323.  restore
  324.  "
  325. *End
  326. *CloseUI: *TraySwitch
  327.  
  328. *DefaultOutputOrder: Normal
  329. *OutputOrder Normal: ""
  330. *OutputOrder Reverse: ""
  331.  
  332. *% === Font Information =====================
  333.  
  334. *DefaultFont: Courier
  335. *Font Courier: Standard "(002.002)" Standard ROM
  336. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  337. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  338. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  339. *Font Helvetica: Standard "(001.002)" Standard ROM
  340. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  341. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  342. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  343. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  344. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  345. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  346. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  347. *Font Symbol: Special "(001.003)" Special ROM
  348. *Font Times-Bold: Standard "(001.002)" Standard ROM
  349. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  350. *Font Times-Italic: Standard "(001.002)" Standard ROM
  351. *Font Times-Roman: Standard "(001.002)" Standard ROM
  352. *?FontQuery: "
  353.  save
  354.  /str 100 string dup 0 (fonts/) putinterval def
  355.  { count 1 gt
  356.    { exch dup str 6 94 getinterval cvs
  357.      (/) print dup print (:) print exch
  358.      FontDirectory exch known
  359.      { pop (Yes) }
  360.      { length 6 add str 0 3 -1 roll getinterval mark exch status
  361.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  362.      } ifelse =
  363.    }
  364.    {exit} ifelse
  365.  }bind loop
  366.  (*) = flush
  367.  restore
  368.  "
  369. *End
  370.  
  371. *?FontList: "
  372.  save
  373.  FontDirectory { pop == } bind forall flush /filenameforall where
  374.  { pop (fonts/*)
  375.    {dup length 6 sub 6 exch getinterval cvn == } bind
  376.    128 string filenameforall flush
  377.  } if
  378.  (*) = flush
  379.  restore
  380.  "
  381. *End
  382.  
  383. *% Printer Messages (verbatim from printer):
  384. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  385. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  386. *Message: "\FontName\ not found, using Courier"
  387.  
  388. *% Status (format: %%[ status: <one of these> ]%% )
  389. *Status: "Printer Busy"
  390. *Status: "Warming Up"
  391. *Status: "PrinterError: Printer Offline"
  392. *Status: "PrinterError: Paper Out or Feed Failure - Tray 1"
  393. *Status: "PrinterError: Paper Out or Feed Failure - Tray 2"
  394. *Status: "PrinterError: Paper Out or Feed Failure - Envelope Feeder"
  395. *Status: "PrinterError: Load Paper Requested"
  396. *Status: "PrinterError: Load Envelope Requested"
  397. *Status: "PrinterError: Invalid Manual Insertion"
  398. *Status: "PrinterError: Wrong Paper Length"
  399. *Status: "PrinterError: Paper Jam"
  400. *Status: "PrinterError: Cover Open/Cartridge Not Installed"
  401. *Status: "PrinterError: Output Bin Full"
  402. *Status: "PrinterError: Default Storage Error"
  403. *Status: "PrinterError: Battery Low - Slot 1"
  404. *Status: "PrinterError: Battery Low - Slot 2"
  405. *Status: "PrinterError: Non-Download Font Card Installed - Slot 1"
  406. *Status: "PrinterError: Non-Download Font Card Installed - Slot 2"
  407. *Status: "PrinterError: Write-Protect Switch in Protect Position - Slot 1"
  408. *Status: "PrinterError: Write-Protect Switch in Protect Position - Slot 2"
  409. *Status: "PrinterError: Defective or Unprogrammed Card Installed - Slot 1"
  410. *Status: "PrinterError: Defective or Unprogrammed Card Installed - Slot 2"
  411. *Status: "PrinterError: Defective Font Card Installed - Slot 1"
  412. *Status: "PrinterError: Defective Font Card Installed - Slot 2"
  413. *Status: "PrinterError: Unsupported Card Installed - Slot 1"
  414. *Status: "PrinterError: Unsupported Card Installed - Slot 2"
  415. *Status: "PrinterError: Printer Busy"
  416. *Status: "PrinterError: Printer Error"
  417. *Status: "PrinterError: Printer Warming Up"
  418. *Status: "PrinterError: Service Error"
  419. *Status: "PrinterError: ioerror"
  420. *Status: "PrinterError: Wrong Paper Size Installed"
  421.  
  422. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  423. *Source: "serial9"
  424. *Source: "serial25"
  425. *Source: "AppleTalk"
  426. *Source: "Centronics"
  427.  
  428. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  429. *PrinterError: "Printer Offline"
  430. *PrinterError: "Paper Out or Feed Failure - Tray 1"
  431. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  432. *PrinterError: "Paper Out or Feed Failure - Envelope Feeder"
  433. *PrinterError: "Load Paper Requested"
  434. *PrinterError: "Load Envelope Requested"
  435. *PrinterError: "Invalid Manual Insertion"
  436. *PrinterError: "Wrong Paper Length"
  437. *PrinterError: "Paper Jam"
  438. *PrinterError: "Cover Open/Cartridge Not Installed"
  439. *PrinterError: "Output Bin Full"
  440. *PrinterError: "Default Storage Error"
  441. *PrinterError: "Battery Low - Slot 1"
  442. *PrinterError: "Battery Low - Slot 2"
  443. *PrinterError: "Non-Download Font Card Installed - Slot 1"
  444. *PrinterError: "Non-Download Font Card Installed - Slot 2"
  445. *PrinterError: "Write-Protect Switch in Protect Position - Slot 1"
  446. *PrinterError: "Write-Protect Switch in Protect Position - Slot 2"
  447. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 1"
  448. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 2"
  449. *PrinterError: "Defective Font Card Installed - Slot 1"
  450. *PrinterError: "Defective Font Card Installed - Slot 2"
  451. *PrinterError: "Unsupported Card Installed - Slot 1"
  452. *PrinterError: "Unsupported Card Installed - Slot 2"
  453. *PrinterError: "Printer Busy"
  454. *PrinterError: "Printer Error"
  455. *PrinterError: "Printer Warming Up"
  456. *PrinterError: "Service Error"
  457. *PrinterError: "ioerror"
  458. *PrinterError: "Wrong Paper Size Installed"
  459.  
  460. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  461.  
  462. *% === Color Separation Information =====================
  463.  
  464. *DefaultColorSep: ProcessBlack.60lpi.300dpi/ 60 lpi / 300 dpi
  465.  
  466. *InkName: ProcessBlack/Process Black
  467. *InkName: CustomColor/Custom Color
  468. *InkName: ProcessCyan/Process Cyan
  469. *InkName: ProcessMagenta/Process Magenta
  470. *InkName: ProcessYellow/Process Yellow
  471.  
  472. *%  For 60 lpi / 300 dpi  ===============================
  473.  
  474. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  475. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  476. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  477. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  478. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  479.  
  480. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  481. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  482. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  483. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  484. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  485.  
  486. *%  For 53 lpi / 300 dpi  ===============================
  487.  
  488. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  489. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  490. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  491. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  492. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  493.  
  494. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  495. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  496. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  497. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  498. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  499.  
  500. *%  For 85 lpi / 600 dpi  ================================
  501.  
  502. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  503. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  504. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  505. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  506. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  507.  
  508. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  509. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  510. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  511. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  512. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  513.  
  514. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  515.  {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  516.  1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  517.  abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  518.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  519.  "
  520. *End
  521.  
  522. *%  For 71 lpi / 600 dpi  ===============================
  523.  
  524. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  525. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  526. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  527. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  528. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  529.  
  530. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  531. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  532. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  533. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  534. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  535.  
  536. *% End of PPD file for IBM LaserPrinter 4029
  537.  
  538.